NO BULLSH** PHP GALLERY V1.5
http://www.jkemppainen.com/nbs
by Jussi Kemppainen & Ulf & Stefaan Ellebaut

README:

INSTALL:--------
Upload all files & folders to your server.
Upload images to the appropiate folder inside the 'portfolio'-folder
----------------

HELP:

To add the gallery to your website, include these PHP files and add the approproate CSS lines to your CSS dcument:
include_once("thumbnails.php"); php_thumbnails(IMAGES_FOLDER_NAME, THUMBNAILS_FOLDER_NAME, LIHGHTBOX OPTION: lb-on/lb-off;
include_once("image.php"); php_thumbnails("IMAGES_FOLDER_NAME","THUMBNAILS_FOLDER_NAME;

IMAGES_FOLDER_NAME = the folder inside the portfolio folder that holds all the gallerys big images.

If you want to use Lightbox, remember to include the neccessary Lightbox code:

<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>

!! Also, when using Lightbox, you are not supposed to include the IMAGE.PHP !!

Many galleries can be included on the same page.

Edit THUMBNAIL.PHP for thumbnail size and quality settings. 

Contact: jussi.kemppainen@jkemppainen.com | http://www.jkemppainen.com

I hold no copyright over the code.
Lot of it is copied from around the web and merged together.
Use as you wish if you dare.

-Jussi K.